home *** CD-ROM | disk | FTP | other *** search
/ Programming Microsoft Visual Basic .NET / Programming Microsoft Visual Basic .NET (Microsoft Press)(X08-78517)(2002).bin / setup / vbnet / 16 windows forms / windowsformsdemo / windowsformsdemo.vbproj < prev   
Encoding:
Text File  |  2002-01-15  |  9.3 KB  |  252 lines

  1. <VisualStudioProject>
  2.     <VisualBasic
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.0.9412"
  5.         SchemaVersion = "1.0"
  6.         ProjectGuid = "{68EE9A05-1B34-4315-AE0F-57BB6E86CF1B}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "WindowsFormsDemo"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 AssemblyOriginatorKeyMode = "None"
  15.                 DefaultClientScript = "JScript"
  16.                 DefaultHTMLPageLayout = "Grid"
  17.                 DefaultTargetSchema = "IE50"
  18.                 DelaySign = "false"
  19.                 OutputType = "WinExe"
  20.                 OptionCompare = "Binary"
  21.                 OptionExplicit = "On"
  22.                 OptionStrict = "On"
  23.                 RootNamespace = "WindowsFormsDemo"
  24.                 StartupObject = ""
  25.             >
  26.                 <Config
  27.                     Name = "Debug"
  28.                     BaseAddress = "285212672"
  29.                     ConfigurationOverrideFile = ""
  30.                     DefineConstants = ""
  31.                     DefineDebug = "true"
  32.                     DefineTrace = "true"
  33.                     DebugSymbols = "true"
  34.                     IncrementalBuild = "true"
  35.                     Optimize = "false"
  36.                     OutputPath = "bin\"
  37.                     RegisterForComInterop = "false"
  38.                     RemoveIntegerChecks = "false"
  39.                     TreatWarningsAsErrors = "false"
  40.                     WarningLevel = "1"
  41.                 />
  42.                 <Config
  43.                     Name = "Release"
  44.                     BaseAddress = "285212672"
  45.                     ConfigurationOverrideFile = ""
  46.                     DefineConstants = ""
  47.                     DefineDebug = "false"
  48.                     DefineTrace = "true"
  49.                     DebugSymbols = "false"
  50.                     IncrementalBuild = "false"
  51.                     Optimize = "false"
  52.                     OutputPath = "bin\"
  53.                     RegisterForComInterop = "false"
  54.                     RemoveIntegerChecks = "false"
  55.                     TreatWarningsAsErrors = "false"
  56.                     WarningLevel = "1"
  57.                 />
  58.             </Settings>
  59.             <References>
  60.                 <Reference
  61.                     Name = "System"
  62.                     AssemblyName = "System"
  63.                 />
  64.                 <Reference
  65.                     Name = "System.Data"
  66.                     AssemblyName = "System.Data"
  67.                 />
  68.                 <Reference
  69.                     Name = "System.Drawing"
  70.                     AssemblyName = "System.Drawing"
  71.                 />
  72.                 <Reference
  73.                     Name = "System.Windows.Forms"
  74.                     AssemblyName = "System.Windows.Forms"
  75.                 />
  76.                 <Reference
  77.                     Name = "System.XML"
  78.                     AssemblyName = "System.Xml"
  79.                 />
  80.             </References>
  81.             <Imports>
  82.                 <Import Namespace = "Microsoft.VisualBasic" />
  83.                 <Import Namespace = "System" />
  84.                 <Import Namespace = "System.Collections" />
  85.                 <Import Namespace = "System.Data" />
  86.                 <Import Namespace = "System.Drawing" />
  87.                 <Import Namespace = "System.Diagnostics" />
  88.                 <Import Namespace = "System.Windows.Forms" />
  89.             </Imports>
  90.         </Build>
  91.         <Files>
  92.             <Include>
  93.                 <File
  94.                     RelPath = "AnchorForm.vb"
  95.                     SubType = "Form"
  96.                     BuildAction = "Compile"
  97.                 />
  98.                 <File
  99.                     RelPath = "AnchorForm.resx"
  100.                     DependentUpon = "AnchorForm.vb"
  101.                     BuildAction = "EmbeddedResource"
  102.                 />
  103.                 <File
  104.                     RelPath = "AssemblyInfo.vb"
  105.                     SubType = "Code"
  106.                     BuildAction = "Compile"
  107.                 />
  108.                 <File
  109.                     RelPath = "CalleeForm.vb"
  110.                     SubType = "Form"
  111.                     BuildAction = "Compile"
  112.                 />
  113.                 <File
  114.                     RelPath = "CalleeForm.resx"
  115.                     DependentUpon = "CalleeForm.vb"
  116.                     BuildAction = "EmbeddedResource"
  117.                 />
  118.                 <File
  119.                     RelPath = "CallerForm.vb"
  120.                     SubType = "Form"
  121.                     BuildAction = "Compile"
  122.                 />
  123.                 <File
  124.                     RelPath = "CallerForm.resx"
  125.                     DependentUpon = "CallerForm.vb"
  126.                     BuildAction = "EmbeddedResource"
  127.                 />
  128.                 <File
  129.                     RelPath = "DialogBaseForm.vb"
  130.                     SubType = "Form"
  131.                     BuildAction = "Compile"
  132.                 />
  133.                 <File
  134.                     RelPath = "DialogBaseForm.resx"
  135.                     DependentUpon = "DialogBaseForm.vb"
  136.                     BuildAction = "EmbeddedResource"
  137.                 />
  138.                 <File
  139.                     RelPath = "DialogInheritedForm.vb"
  140.                     SubType = "Form"
  141.                     BuildAction = "Compile"
  142.                 />
  143.                 <File
  144.                     RelPath = "DialogInheritedForm.resx"
  145.                     DependentUpon = "DialogInheritedForm.vb"
  146.                     BuildAction = "EmbeddedResource"
  147.                 />
  148.                 <File
  149.                     RelPath = "DynControlForm.vb"
  150.                     SubType = "Form"
  151.                     BuildAction = "Compile"
  152.                 />
  153.                 <File
  154.                     RelPath = "DynControlForm.resx"
  155.                     DependentUpon = "DynControlForm.vb"
  156.                     BuildAction = "EmbeddedResource"
  157.                 />
  158.                 <File
  159.                     RelPath = "KeyboardMouseForm.vb"
  160.                     SubType = "Form"
  161.                     BuildAction = "Compile"
  162.                 />
  163.                 <File
  164.                     RelPath = "KeyboardMouseForm.resx"
  165.                     DependentUpon = "KeyboardMouseForm.vb"
  166.                     BuildAction = "EmbeddedResource"
  167.                 />
  168.                 <File
  169.                     RelPath = "licenses.licx"
  170.                     BuildAction = "Content"
  171.                 />
  172.                 <File
  173.                     RelPath = "MainModule.vb"
  174.                     SubType = "Code"
  175.                     BuildAction = "Compile"
  176.                 />
  177.                 <File
  178.                     RelPath = "MDIForm.vb"
  179.                     SubType = "Form"
  180.                     BuildAction = "Compile"
  181.                 />
  182.                 <File
  183.                     RelPath = "MDIForm.resx"
  184.                     DependentUpon = "MDIForm.vb"
  185.                     BuildAction = "EmbeddedResource"
  186.                 />
  187.                 <File
  188.                     RelPath = "MdiMenuMerge.vb"
  189.                     SubType = "Form"
  190.                     BuildAction = "Compile"
  191.                 />
  192.                 <File
  193.                     RelPath = "MdiMenuMerge.resx"
  194.                     DependentUpon = "MdiMenuMerge.vb"
  195.                     BuildAction = "EmbeddedResource"
  196.                 />
  197.                 <File
  198.                     RelPath = "MdiMenuMergeChild.vb"
  199.                     SubType = "Form"
  200.                     BuildAction = "Compile"
  201.                 />
  202.                 <File
  203.                     RelPath = "MdiMenuMergeChild.resx"
  204.                     DependentUpon = "MdiMenuMergeChild.vb"
  205.                     BuildAction = "EmbeddedResource"
  206.                 />
  207.                 <File
  208.                     RelPath = "MenuForm.vb"
  209.                     SubType = "Form"
  210.                     BuildAction = "Compile"
  211.                 />
  212.                 <File
  213.                     RelPath = "MenuForm.resx"
  214.                     DependentUpon = "MenuForm.vb"
  215.                     BuildAction = "EmbeddedResource"
  216.                 />
  217.                 <File
  218.                     RelPath = "ScrollableForm.vb"
  219.                     SubType = "Form"
  220.                     BuildAction = "Compile"
  221.                 />
  222.                 <File
  223.                     RelPath = "ScrollableForm.resx"
  224.                     DependentUpon = "ScrollableForm.vb"
  225.                     BuildAction = "EmbeddedResource"
  226.                 />
  227.                 <File
  228.                     RelPath = "StartupForm.vb"
  229.                     SubType = "Form"
  230.                     BuildAction = "Compile"
  231.                 />
  232.                 <File
  233.                     RelPath = "StartupForm.resx"
  234.                     DependentUpon = "StartupForm.vb"
  235.                     BuildAction = "EmbeddedResource"
  236.                 />
  237.                 <File
  238.                     RelPath = "TextColorFontForm.vb"
  239.                     SubType = "Form"
  240.                     BuildAction = "Compile"
  241.                 />
  242.                 <File
  243.                     RelPath = "TextColorFontForm.resx"
  244.                     DependentUpon = "TextColorFontForm.vb"
  245.                     BuildAction = "EmbeddedResource"
  246.                 />
  247.             </Include>
  248.         </Files>
  249.     </VisualBasic>
  250. </VisualStudioProject>
  251.  
  252.